All Questions
17 questions
0votes
2answers
26views
Should Document library versioning be enabled when storing XML files?
Should Document library versioning be enabled when storing XML files? I know the advantages of turning it on for MS office documents. Does it do any good turning it on for XML files and folders?
3votes
1answer
12kviews
How to get site ID without access to central admin or powershell
I was trying to follow this post for setting the owner of a SharePoint group using client side code. Evidently the REST /_api/web/sitegroups(id)/owners endpoint isn't functional. The XML formatting ...
0votes
1answer
240views
SP13: Custom Advanced Searching Web Part Options
using SharePoint 2013 and editing advanced searching web part Scenario: I know you can disable some of the things that appear as advanced searching options in the properties window but I want to add ...
0votes
1answer
805views
Exporting the site columns' xml schema will not show all the site columns properties (ShowInEditForm is missing on some columns)
I have sharepoint farm 2013 on-premises. i wrote the following powershell script to export all the site columns properties which are inside the "Custom columns" group. now i wanted to document the ...
0votes
1answer
711views
How can we convert a SharePoint 2013 wiki page into xml?
Can anyone please suggest how to convert a SharePoint 2013 wiki page to XML and vice a verse, i.e. xml to the sharepoint wiki page?
1vote
0answers
142views
What is needed to provision a list with a ratings column? (Average rating)
I am trying to create a page library with a ratings columns. I've been able to create other columns just fine, but the ratings one is giving me issues. var context = new SP.ClientContext(...
0votes
0answers
204views
JS File in custom ribbon button loads on all pages
We have a custom ribbon button and we have added code to refer JS file in it. The ribbon button is bound to content type. <CustomAction Id="MyProject.RibbonButton" Location="ScriptLink" ScriptSrc ...
0votes
1answer
704views
insert xml form into a splist as a multi-line text data type
am forming a xml format in the UI created in my form in SP2013. I am creating a xml file having elements and nodes, now I need to insert this dynamically generated xml file into a multi-line text ...
1vote
1answer
257views
Can't find field data in Sharepoint list using SOAP
I'm stuck trying to find some data in a Sharepoint list. I have the list ID, using the List Service GetList method I can see that the field I'm looking for is attached to the list. When I try to use ...
0votes
1answer
33views
Block css on a menu generated from XML
I have this XML statement for a menu <MenuItem> <Title>Group</Title> <Url>#</Url> <Items> <MenuItem> <Title>HR</Title> <...
0votes
0answers
1kviews
Caml LookupId and LookupValue
I need to get the LookupId value and the lookup text value by CAML. With this query I get the ID but I can not get the value text anymore. <RSSharePointList xmlns:xsi="http://www.w3.org/2001/...
1vote
2answers
2kviews
SharePoint 2013 Search Results in raw XML
I'm setting up some Search Query Webparts but we have a LOT of managed properties (1,200+). So it would have been great to be able to see a search result in raw XML in order to know, which properties ...
1vote
1answer
419views
Available documentations about the “alerttemplates.xml” fields name and layout classes
I want to modify the default alerttemplates .xml alert template. But seems the only way to hide, display and change the components format is to know exactly the name of each components . Such as the ...
0votes
1answer
185views
Loading XML files into Wiki library on o365/SPO 2013
We have a bunch of nested and related XML files we want to load or convert into an SPO 2013 Wiki library. Any smart way to do that? Anything we can do in general with XML pages and data in SPO? ...
0votes
1answer
135views
Crawl .config files
I have a fileshare with several thousands .config files (xml files) - and several thousands of other files. I added the .config files to the allowed file-types and restarted search. Apparently the ...